ヘッダーをスキップ
Oracle TimesTen In-Memory Databaseオペレーション・ガイド
リリース6.0
B25767-02
  目次へ
目次
索引へ
索引

前へ
前へ
次へ
次へ
 

ttIsqlのオンライン・ヘルプの使用方法

ttIsqlユーティリティには、オンライン・バージョンのttIsql組込みコマンドのコマンド構文の定義および説明が用意されています。ttIsql内からこのオンライン・ヘルプにアクセスするには、helpコマンドを使用します。ttIsql組込みコマンドの詳細を表示するには、ヘルプを表示する1つ以上のttIsqlコマンドをhelpコマンドの後に入力します。次に、connectおよびdisconnectコマンドのオンライン・ヘルプの表示例を示します。

例5.4
Command> help connect disconnect; 
All commands must end with a semicolon character. 
Arguments in <> are required. 
Arguments in [] are optional. 
Command Usage: connect [DSN|connection_string] 
Command Aliases: (none) 
Description: Connects to the data source specified by the
optional DSN or 
connection string argument. If an argument is not given, then the
DSN or 
connection string from the last successful connection is used. 
Requires an active connection: NO 
Requires autocommit turned off: NO 
Reports elapsed execution time: YES 
Works only with a TimesTen data source: NO 
Example: connect; -or- connect RunData; -or- connect
"DSN=RunData;Overwrite=1"; 
Command Usage: disconnect 
Command Aliases: (none) 
Description: Disconnects from the currently connected data
source. If a 
transaction is active when disconnecting then the transaction
will be rolled 
back automatically. If a connection exists when executing the
"bye", "quit" or 
"exit" commands then the "disconnect" command will be executed
automatically. 
Requires an active connection: YES 
Requires autocommit turned off: NO 
Reports elapsed execution time: YES 
Works only with a TimesTen data source: NO 
Example: disconnect; 
Command> 
 

すべてのttIsql組込みコマンドの簡単な説明を表示するには、引数を指定しないでhelpコマンドを入力します。すべてのttIsql組込みコマンドの詳細を表示するには、helpコマンドの後にすべての引数を入力します。